projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c4eea9
)
Recognise HP 9000/8x0 machines. From Alexandre Oliva.
author
Ben Elliston
<bje@air.net.au>
Sun, 14 Mar 1999 00:57:25 +0000
(
00:57
+0000)
committer
Ben Elliston
<bje@air.net.au>
Sun, 14 Mar 1999 00:57:25 +0000
(
00:57
+0000)
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index 72eeb63e127ccf7b0994c420644e887040c2e53a..eb1dd54836fc30cc6f7a6eed890e2db71c297544 100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-374,7
+374,7
@@
EOF
case "${UNAME_MACHINE}" in
9000/31? ) HP_ARCH=m68000 ;;
9000/[34]?? ) HP_ARCH=m68k ;;
- 9000/6?? | 9000/7?? | 9000/80[024] | 9000/8?[13679] | 9000/892 )
+ 9000/6?? | 9000/7?? | 9000/80[024] | 9000/8?[13679
0
] | 9000/892 )
sed 's/^ //' << EOF >$dummy.c
#include <stdlib.h>
#include <unistd.h>